Einhugur Xml Plugin for Xojo

Node.InsertChildBefore Method

Inserts child of specific type before a specific child node.

InsertChildBefore(
   type as EinhugurXml.NodeType,
   node as EinhugurXml.Node) as EinhugurXml.Node

Parameters

type
Type of the node.
node
Child will be inserted before the node in this parameter.

Returns

EinhugurXml.Node
The newly created child node.

Remarks

See Also

Node Class